home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 021-030 / amok25 / beeper / beeper.doc < prev    next >
Text File  |  1993-11-04  |  1KB  |  36 lines

  1. (*
  2.   :Program.       Beeper
  3.   :Author.        Philippe Gressly (Volker Rudolph)
  4.   :Address.       Näfenhaus CH 8926 Kappel a/A
  5.   :Phone.         
  6.   :ShortCut.      [Philu]
  7.   :Version.       1.0
  8.   :Date.          1.10.1989
  9.   :Copyright.     PD
  10.   :Language.      Modula-II
  11.   :Translator.    M2Amiga 3.2d
  12.   :Imports.       ExecSupport, Hardware, DOS;
  13.   :Contents.      The singing Keyboard.
  14. *)
  15.  
  16. Beeper is started from the CLI with 
  17.  
  18.    run Beeper
  19.  
  20. or with
  21.  
  22.    runback Beeper.
  23.  
  24. From the Workbench simply press its icon.
  25.    
  26. Then each keypressing makes a sound. The "shift", "alt", "control",
  27. and "amiga"-Keys do not sound. Only Keypressings gonna be marked. If you let
  28. the Key go, the "key-up"-message is ignored ignoriert.
  29.      To stop the sounds, only press CTRL F10.
  30. The pregramm helps to write text blind. Specialy for smoth keyboards it is
  31. a good help. You are able to hear how many keys you pressed.
  32.      You should not start "beeper", if it´s allready loaded, because the
  33. programm uses the hardware directly. It could happen, that you don´t get the
  34. memory back in this case!
  35.  
  36.